-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python Sol 1063 content/3_Silver/Sorting_Custom.mdx #4899
base: master
Are you sure you want to change the base?
Conversation
oh wtf there's usaco problems on dmoj? |
Not really lol, it's just there as a private problem uploaded by Olympiads School. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i wonder if the tle is because of their server updating a few years back
for i in range(n): | ||
points[i][0] = i + 1 | ||
|
||
psa = [[0 for _ in range(n + 1)] for _ in range(n + 1)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ik this is prefix sums but what does psa
actually stand for
for more information, see https://pre-commit.ci
Added a Python solution to the example problem in Sorting_Custom: Rectangular Pasture
Notes
Place an "x" in the corresponding checkbox if it is done or does not apply to this pull request.